diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Floof/Entities/Clothing/Head/hoods.yml
deleted file mode 100644
index 253933859d8..00000000000
--- a/Resources/Prototypes/Floof/Entities/Clothing/Head/hoods.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-- type: entity
-  parent: ClothingHeadBase
-  id: ClothingHeadHatHoodRedHood
-  name: Red Hood
-  description: A hood of a red cloak, made to keep the harsh light out of a traveler's eyes. Sometimes it sparkles in the light of the sun.
-  components:
-  - type: Sprite
-    sprite: Clothing/Head/Hoods/redhood.rsi
-  - type: Clothing
-    sprite: Clothing/Head/Hoods/redhood.rsi
-  - type: Tag
-    tags:
-    - WhitelistChameleon
-  - type: HideLayerClothing
-    slots:
-    - Hair
diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Floof/Entities/Clothing/Neck/cloaks.yml
deleted file mode 100644
index 0bee6e917d8..00000000000
--- a/Resources/Prototypes/Floof/Entities/Clothing/Neck/cloaks.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-- type: entity
-  parent: ClothingNeckBase
-  id: ClothingNeckCloakRedHood
-  name: Red Cloak
-  description: A cloak made for travel and comfort. Slightly smells of cherry pie?
-  components:
-  - type: Sprite
-    sprite: Clothing/Neck/Cloaks/redhood.rsi
-  - type: ToggleableClothing
-    clothingPrototype: ClothingHeadHatHoodRedHood
-    requiredSlot:
-    - neck
-    slot: head
-  - type: ContainerContainer
-    containers:
-      toggleable-clothing: !type:ContainerSlot {}
diff --git a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/suits.yml b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/suits.yml
deleted file mode 100644
index 0368024e38b..00000000000
--- a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/suits.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- type: entity # From Upstream
-  parent: ClothingOuterBase
-  id: ClothingOuterSuitWitchRobes
-  name: witch robes
-  description: Magic is all about the spell power, ZE!
-  components:
-  - type: Sprite
-    sprite: Clothing/OuterClothing/Suits/witchrobe.rsi
-  - type: Clothing
-    sprite: Clothing/OuterClothing/Suits/witchrobe.rsi