diff --git a/src/components/profile/ExperienceSection.tsx b/src/components/profile/ExperienceSection.tsx
index 26e4e68..6e61220 100644
--- a/src/components/profile/ExperienceSection.tsx
+++ b/src/components/profile/ExperienceSection.tsx
@@ -79,38 +79,6 @@ export function ExperienceSection({ experience }: ExperienceSectionProps) {
-
-
{experience.licensingAreasLabel}
-
- {experience.licensingAreas.length > 0 ? (
- <>
- {displayedLicensing.map((area, idx) => (
-
- {area}
-
- ))}
- {!showAllLicensing && licensingRemaining > 0 && (
-
- )}
- {showAllLicensing && experience.licensingAreas.length > INITIAL_DISPLAY_COUNT && (
-
- )}
- >
- ) : (
- No licensed areas added
- )}
-
-
{/* Divider - Hidden on mobile, visible on desktop */}