void remove(Function foo)

Source

void remove(Function foo) {
  _functions.remove(foo);
}