ChildNode remove(ChildNode el)

Source

ChildNode remove(ChildNode el) {
  return el..remove();
}