AtomicRecord.prototype.remove = function(tr, callback) {
      if (typeof tr === 'function') {
        callback = tr;
        tr = null;
      }