Removes a scene from OBS.
Future<void> removeScene(String sceneName) async => await remove(sceneName);