# File lib/plucky/query.rb, line 110 def remove(opts={}, driver_opts={}) query = clone.amend(opts) query.collection.remove(query.criteria_hash, driver_opts) end