diff --git a/fastapi-cli-slim/README.md b/fastapi-cli-slim/README.md
deleted file mode 100644
index 6fa92b80..00000000
--- a/fastapi-cli-slim/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# FastAPI CLI
-
-
-
-
-
-
-
-
-
-
-
-
-
----
-
-**Source Code**: https://github.com/fastapi/fastapi-cli
-
----
-
-Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
-
-## `fastapi-cli-slim`
-
-⚠️ Do not install this package. ⚠️
-
-This package, `fastapi-cli-slim`, does nothing other than depend on `fastapi-cli`.
-
-You **should not** install this package.
-
-Install instead:
-
-```bash
-pip install "fastapi[standard]"
-```
-
-or:
-
-```bash
-pip install fastapi-cli
-```
-
-This package is deprecated and will stop receiving any updates and published versions.
-
-## License
-
-This project is licensed under the terms of the MIT license.