diff --git a/docs/1-essentials/02-views.md b/docs/1-essentials/02-views.md
index 2e0fdd2ef0..20ec425e6f 100644
--- a/docs/1-essentials/02-views.md
+++ b/docs/1-essentials/02-views.md
@@ -736,7 +736,6 @@ Besides components that you may create yourself, Tempest provides a default set
│ Select which view components you want to install
│ / Filter...
- │ → ⋅ x-csrf-token
│ ⋅ x-markdown
│ ⋅ x-input
│ ⋅ x-icon
@@ -758,7 +757,7 @@ A base template you can install into your own project as a starting point. This
### `x-form`
-This component provides a form element that will post by default and includes the csrf token out of the box:
+This component provides a form element that will post by default:
```html
```
-### `x-csrf-token`
-
-Includes the CSRF token in a form
-
-```html
-
-```
-
### `x-icon`
This component provides the ability to inject any icon from the [Iconify](https://iconify.design/) project in your templates.
diff --git a/docs/4-internals/02-view-spec.md b/docs/4-internals/02-view-spec.md
index 8636f6e55a..86d911ab15 100644
--- a/docs/4-internals/02-view-spec.md
+++ b/docs/4-internals/02-view-spec.md
@@ -469,7 +469,7 @@ A base template you can install into your own project as a starting point. This
### `x-form`
-This component provides a form element that will post by default and includes the csrf token out of the box:
+This component provides a form element that will post by default:
```html
```
-### `x-csrf-token`
-
-Includes the CSRF token in a form
-
-```html
-
-```
-
### `x-icon`
This component provides the ability to inject any icon from the [Iconify](https://iconify.design/) project in your templates.