diff --git a/frontends/nextjs/src/components/level5/PowerTransferTab.tsx b/frontends/nextjs/src/components/level5/PowerTransferTab.tsx
deleted file mode 100644
index 227e6b339..000000000
--- a/frontends/nextjs/src/components/level5/PowerTransferTab.tsx
+++ /dev/null
@@ -1,88 +0,0 @@
-import { useState } from 'react'
-import { Button } from '@/components/ui'
-import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui'
-import { ScrollArea } from '@/components/ui'
-import { Badge } from '@/components/ui'
-import { Separator } from '@/components/ui'
-import { Alert, AlertDescription } from '@/components/ui'
-import { Crown, ArrowsLeftRight } from '@phosphor-icons/react'
-import type { User } from '@/lib/level-types'
-
-interface PowerTransferTabProps {
- currentUser: User
- allUsers: User[]
- onInitiateTransfer: (userId: string) => void
-}
-
-export function PowerTransferTab({ currentUser, allUsers, onInitiateTransfer }: PowerTransferTabProps) {
- const [selectedUserId, setSelectedUserId] = useState('')
-
- return (
-
-
- Transfer Super God Power
-
- Transfer your Super God privileges to another user. You will be downgraded to God.
-
-
-
-
-
-
-
-
Critical Action
-
- This action cannot be undone. Only one Super God can exist at a time. After transfer, you will have God-level access only.
-