diff --git a/projects/plugins/jetpack/_inc/client/security/waf.jsx b/projects/plugins/jetpack/_inc/client/security/waf.jsx
index c9437c5aa202d..4e240c20d60b6 100644
--- a/projects/plugins/jetpack/_inc/client/security/waf.jsx
+++ b/projects/plugins/jetpack/_inc/client/security/waf.jsx
@@ -8,8 +8,6 @@ import { FormFieldset } from 'components/forms';
import { createNotice, removeNotice } from 'components/global-notices/state/notices/actions';
import JetpackBanner from 'components/jetpack-banner';
import { withModuleSettingsFormHelpers } from 'components/module-settings/with-module-settings-form-helpers';
-import SimpleNotice from 'components/notice';
-import NoticeAction from 'components/notice/notice-action';
import SettingsCard from 'components/settings-card';
import SettingsGroup from 'components/settings-group';
import {
@@ -501,18 +499,6 @@ export const Waf = class extends Component {
hideButton={ true }
>
{ isWafActive && }
-
-
- { __( 'Get Jetpack Protect', 'jetpack' ) }
-
-