RemoveTeam
void RemoveTeam(team_id team);
RemoveTeam(team);
void RemoveTeam(team_id);
RemoveTeam(team, true);
RemoveTeam(team, false);
void RemoveTeam(team_id team, bool partial);
threadManager.RemoveTeam(event->team);
threadManager.RemoveTeam(message.origin.team);
fTargetHost->RemoveTeam(team);