User.update( { "_id" : userID} , { "$pull" : { "teams" : { "_id" : teamID } } } , { "multi" : true } )