void removeSound(String name)

Source

void removeSound(String name) {
  _removeResource("Sound", name);
}