diff --git a/README.md b/README.md
index 40a03aada4af6aae3cbaeebbc64cb18f0feb6543..0f6251c6ae88d64d577fbfcbc68ed1d9c3fca533 100644
--- a/README.md
+++ b/README.md
@@ -298,21 +298,3 @@ front:
     name: coucou
 ```
 
-
-## Cleanup
-
-Stop the local kind cluster:
-
-```bash
-./scripts/teardown.sh
-```
-
-Once you are done with this exercise, be sure to delete the containers you
-created:
-
-```bash
-docker ps --quiet | xargs docker stop
-docker ps --quiet --all | xargs docker rm
-```
-
-I hope you had fun and learned something!