diff --git a/browser/src/VariantPage/VariantPage.tsx b/browser/src/VariantPage/VariantPage.tsx
index 328b8e2ce..ce60fe534 100644
--- a/browser/src/VariantPage/VariantPage.tsx
+++ b/browser/src/VariantPage/VariantPage.tsx
@@ -377,28 +377,6 @@ export const VariantPageContent = ({ datasetId, variant }: VariantPageContentPro
Genetic Ancestry Group Frequencies
- {hasLocalAncestryPopulations(datasetId) &&
- ((variant.genome && variant.genome.local_ancestry_populations) || []).length > 0 && (
-
-
- Note Local ancestry data is available for this variant
- by selecting the tab below. See our blog post on{' '}
- {/* @ts-expect-error TS(2786) FIXME: 'ExternalLink' cannot be used as a JSX component. */}
-
- local ancestry inference for Admixed American samples in gnomAD
- {' '}
- for more information.
-
-
- )}