void removeSoundSprite(String name)

Source

void removeSoundSprite(String name) {
  _removeResource("SoundSprite", name);
}