diff --git a/src/Gang/ui/ManagementSubpage.tsx b/src/Gang/ui/ManagementSubpage.tsx
index 3932f915e..057cd13c2 100644
--- a/src/Gang/ui/ManagementSubpage.tsx
+++ b/src/Gang/ui/ManagementSubpage.tsx
@@ -2,7 +2,7 @@ import React from "react";
import { GangStats } from "./GangStats";
import { GangMemberList } from "./GangMemberList";
import { useGang } from "./Context";
-import { Typography, FormControlLabel, Switch, Tooltip } from "@mui/material";
+import { Typography } from "@mui/material";
/** React Component for the subpage that manages gang members, the main page. */
export function ManagementSubpage(): React.ReactElement {
@@ -30,26 +30,7 @@ export function ManagementSubpage(): React.ReactElement {
- (gang.territoryWarfareEngaged = event.target.checked)}
- />
- }
- label={
-
- Engaging in Territory Clashes sets your clash chance to 100%. Disengaging will cause your clash chance
- to gradually decrease until it reaches 0%. See the "Territory" subpage for more information.
-
- }
- >
- Engage in Territory Clashes
-
- }
- />
+
>
);