Source

						protected function _deleteFile($conditions, $options = array()) {
		$defaults = array('safe' => true);
		$options += $defaults;

		$grid = $this->connection->getGridFS();

		return $grid->remove($conditions, $options);
	}