Seems that's wrong , The doc says something different.
db.collection.remove( <query>, <justOne> )
justOne (boolean) Optional.
To limit the deletion to just one document, set to true. Omit to use the default value of false and delete all documents matching the deletion criteria.