diff --git a/dev-ml/gmap/Manifest b/dev-ml/gmap/Manifest
deleted file mode 100644
index 3b3471bcbb..0000000000
--- a/dev-ml/gmap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gmap-0.3.0.tbz 7553 BLAKE2B a6efc09fbfc6b448ea07466e1ee0f9beecbac3d30b5f996294b06e24bede082c96cba17885dd3a45942c6de49f0d500b8a3c6a4ca4a180abc1970589705a409f SHA512 71616981f5a15d6b2a47e18702083e52e81f6547076085b1489f676f50b0cc47c7c2c4fa19cb581e2878dc3d4f7133d0c50d8b51a8390be0e6e30318907d81d3
diff --git a/dev-ml/gmap/gmap-0.3.0-r2.ebuild b/dev-ml/gmap/gmap-0.3.0-r2.ebuild
deleted file mode 100644
index fcab7f3fbd..0000000000
--- a/dev-ml/gmap/gmap-0.3.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Heterogenous Map over a GADT"
-HOMEPAGE="
- https://github.com/hannesm/gmap
- https://opam.ocaml.org/packages/gmap/
-"
-SRC_URI="https://github.com/hannesm/gmap/releases/download/${PV}/${P}.tbz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="ocamlopt test"
-
-DEPEND="
- test? (
- dev-ml/alcotest
- dev-ml/fmt
- )
-"
-
-RESTRICT="!test? ( test )"
diff --git a/dev-ml/gmap/metadata.xml b/dev-ml/gmap/metadata.xml
deleted file mode 100644
index 39e4e55204..0000000000
--- a/dev-ml/gmap/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- Gmap exposes the functor `Make` which takes a key type (a
-[GADT](https://en.wikipedia.org/wiki/Generalized_algebraic_data_type) 'a key)
-and outputs a type-safe Map where each 'a key is associated with a 'a value.
-This removes the need for additional packing. It uses OCaml's stdlib
-[Map](http://caml.inria.fr/pub/docs/manual-ocaml/libref/Map.html) data
-structure.
-
- https://hannesm.github.io/gmap/doc
- https://github.com/hannesm/gmap/issues
- hannesm/gmap
-
- Hannes Mehnert
- hannes@mehnert.org
-
-
-
diff --git a/profiles/package.mask b/profiles/package.mask
index 43373fa377..34f41968dc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -85,7 +85,6 @@ dev-util/reflex
dev-ml/bheap
dev-ml/cdrom
dev-ml/domain-name
-dev-ml/gmap
dev-ml/pecu
# Vivian Heisz (demize) (2025-04-20)