abstract fun remove(k: K, v: V, completionHandler: Handler<AsyncResult<Boolean>>): Unit
Remove a value from the values of that key in the map.
completionHandler - This will be called with true if the value was found and false otherwise, when the remove is complete