diff --git a/acct-group/ollama/metadata.xml b/acct-group/ollama/metadata.xml
deleted file mode 100644
index b50d1379f8..0000000000
--- a/acct-group/ollama/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- negril.nx+gentoo@gmail.com
- Paul Zander
-
-
diff --git a/acct-group/ollama/ollama-0.ebuild b/acct-group/ollama/ollama-0.ebuild
deleted file mode 100644
index c8f25baf48..0000000000
--- a/acct-group/ollama/ollama-0.ebuild
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-group
-
-DESCRIPTION="A group for ollama"
-ACCT_GROUP_ID=-1
diff --git a/acct-user/ollama/metadata.xml b/acct-user/ollama/metadata.xml
deleted file mode 100644
index b50d1379f8..0000000000
--- a/acct-user/ollama/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- negril.nx+gentoo@gmail.com
- Paul Zander
-
-
diff --git a/acct-user/ollama/ollama-3.ebuild b/acct-user/ollama/ollama-3.ebuild
deleted file mode 100644
index 5734021f31..0000000000
--- a/acct-user/ollama/ollama-3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit acct-user
-
-DESCRIPTION="A user for ollama"
-ACCT_USER_ID=-1
-ACCT_USER_HOME=/var/lib/ollama
-ACCT_USER_HOME_PERMS=0750
-ACCT_USER_GROUPS=( ollama )
-
-KEYWORDS="~amd64"
-
-IUSE="cuda"
-
-acct-user_add_deps
-
-RDEPEND+="
- cuda? (
- acct-group/video
- )
-"
-
-pkg_setup() {
- # sci-ml/ollama[cuda]
- if use cuda; then
- ACCT_USER_GROUPS+=( video )
- fi
-}