diff --git a/source/_includes/asides/common_tasks_navigation.html b/source/_includes/asides/common_tasks_navigation.html
index 13369b6edc1..4024367cb2a 100644
--- a/source/_includes/asides/common_tasks_navigation.html
+++ b/source/_includes/asides/common_tasks_navigation.html
@@ -5,8 +5,6 @@
{% active_link /common-tasks/general/ Installation independent %}
{% active_link /common-tasks/os/ Home Assistant Operating System %}
{% active_link /common-tasks/container/ Home Assistant Container %}
- {% active_link /common-tasks/core/ Home Assistant Core %}
- {% active_link /common-tasks/supervised/ Home Assistant Supervised %}
diff --git a/source/_includes/asides/docs_sitemap.html b/source/_includes/asides/docs_sitemap.html
index 578fdbe0521..044d87e0e1e 100644
--- a/source/_includes/asides/docs_sitemap.html
+++ b/source/_includes/asides/docs_sitemap.html
@@ -192,8 +192,6 @@
{% active_link /common-tasks/general/ Installation independent %}
{% active_link /common-tasks/os/ Home Assistant Operating System %}
{% active_link /common-tasks/container/ Home Assistant Container %}
- {% active_link /common-tasks/core/ Home Assistant Core %}
- {% active_link /common-tasks/supervised/ Home Assistant Supervised %}
{% active_link /docs/troubleshooting_general/ General troubleshooting %}
{% endif %}
diff --git a/source/common-tasks/supervised.markdown b/source/common-tasks/supervised.markdown
deleted file mode 100644
index f401528657e..00000000000
--- a/source/common-tasks/supervised.markdown
+++ /dev/null
@@ -1,43 +0,0 @@
----
-title: "Common tasks - Supervised"
-description: "Common tasks for Home Assistant Supervised"
-installation: supervised
-installation_name: Supervised
-related:
- - docs: /docs/configuration/
----
-
-
-{% include common-tasks/file_access.md %}
-
-## Backup
-
-To learn how to back up the system or how to restore a system from a backup, refer to the backup documentation under [common tasks](/common-tasks/general/#backups).
-
-### Alternative: Creating a backup using the Home Assistant Command Line Interface
-
-In general, to create or restore from a backup, follow the steps described under [common tasks](/common-tasks/general/#backups). However, If you have the {% term "Home Assistant Supervised" %} installed, you can also create a backup from the command line. Follow these steps:
-
-1. `ha backups list` - lists backups and their slugnames
-2. `ha backups restore slugname` - restores a specific backup
-3. `ha backups new --name nameofbackup` - create a backup
-
-For additional information about command line usage, use the `ha help` command or refer to the [Home Assistant Command Line documentation](/common-tasks/supervised/#home-assistant-via-the-command-line).
-
-## Update
-
-{% include common-tasks/update.md %}
-{% include common-tasks/network_storage.md %}
-{% include common-tasks/lost_password.md %}
-{% include common-tasks/third-party-addons.md %}
-{% include common-tasks/configuration_check.md %}
-
-## Home Assistant versions
-
-To see which version your system is running, go to {% my info title="**Settings** > **About**" %}.
-
-{% include common-tasks/specific_version.md %}
-{% include common-tasks/beta_version.md %}
-{% include common-tasks/development_version.md %}
-
-{% include common-tasks/commandline.md %}
\ No newline at end of file