diff --git a/src/view/com/moderation/ModServiceGuidelines.tsx b/src/view/com/moderation/ModServiceGuidelines.tsx
deleted file mode 100644
index 689145b914..0000000000
--- a/src/view/com/moderation/ModServiceGuidelines.tsx
+++ /dev/null
@@ -1,56 +0,0 @@
-import React from 'react'
-import {View} from 'react-native'
-import {Text} from '../util/text/Text'
-import {usePalette} from '#/lib/hooks/usePalette'
-
-export function ModServiceGuidelines({}: {}) {
- const pal = usePalette('default')
-
- return (
-
-
- Guidelines
-
-
-
- These rules will evolve over time as we continually work to cultivate
- a healthy and thriving community. Do not:
-
-
- 1. Praise or promote material from hate groups or U.S., Canadian, and
- E.U. proscribed terror groups.
-
-
- 2. Distribute child sexual abuse material
-
-
- 3. Engage in human trafficking or sexual exploitation, including any
- attempt to distribute, participate or normalize child sexual abuse
-
-
- 4. Trade in illegal goods or substances
-
-
- 5. Steal or distribute others’ private personal information without
- their permission
-
-
- 6. Hack or access systems that you aren’t authorized to access
-
-
- 7. Scam or cheat others for financial gain h. Spam, phish, or
- otherwise use technical means to disrupt the experience of others on
- Bluesky Social
-
-
- 8. Infringe other’s copyrights, trademarks and/or other intellectual
- property
-
-
-
- )
-}
diff --git a/src/view/screens/ProfileModservice.tsx b/src/view/screens/ProfileModservice.tsx
index fa96f4cf50..5afc2e1788 100644
--- a/src/view/screens/ProfileModservice.tsx
+++ b/src/view/screens/ProfileModservice.tsx
@@ -38,7 +38,6 @@ import {useSession} from '#/state/session'
import {useLikeMutation, useUnlikeMutation} from '#/state/queries/like'
import {ModServiceHeader} from '../com/moderation/ModServiceHeader'
import {sanitizeHandle} from '#/lib/strings/handles'
-import {ModServiceGuidelines} from '../com/moderation/ModServiceGuidelines'
type Props = NativeStackScreenProps
export function ProfileModserviceScreen(props: Props) {
@@ -257,7 +256,6 @@ export function ProfileModserviceScreenInner({
-
)