diff --git a/docs/plugins/feature-flags.md b/docs/plugins/feature-flags.md
index c796058ace..738bc5e6aa 100644
--- a/docs/plugins/feature-flags.md
+++ b/docs/plugins/feature-flags.md
@@ -51,9 +51,6 @@ import { FeatureFlagged } from '@backstage/core-app-api'
```
-
-If you use a `` component, you do not need to pass `featureFlags: [{ name: 'show-example-feature' }],` into the `createPlugin()` like done at the top of this page. Doing so will cause duplicate entries to appear under `Settings` > `Feature Flags`.
-
## Evaluating Feature Flag State
It is also possible to test the feature flag state using the [FeatureFlags Api](https://backstage.io/docs/reference/core-plugin-api.featureflagsapi).