diff --git a/docs/content/components/pagehead.md b/docs/content/components/pagehead.md
deleted file mode 100644
index a28ca1bd..00000000
--- a/docs/content/components/pagehead.md
+++ /dev/null
@@ -1,233 +0,0 @@
----
-title: Pagehead
-path: components/pagehead
-status: Stable
-internal: true
-source: 'https://github.com/github/github/tree/master/app/assets/stylesheets/components/pagehead.scss'
-symbols: [account-switcher, active, admin, avatar, dropdown-menu-content, experiment-repo-nav, fork, fork-flag, mirror, mirror-flag, octicon, octicon-lock, octicon-mirror, octicon-mute, pagehead, pagehead-actions, pagehead-heading, pagehead-tabs-item, path-divider, png, private, repohead, repohead-details-container, reponav, reponav-dropdown, reponav-item, select-menu, select-menu-modal-holder, selected, underline-nav]
----
-
-Give a page a clear, separated title and optional top nav by adding a `.pagehead`.
-
-
-
-## Basic pagehead
-
-In its simplest form, you can build a pagehead with a `pagehead` element with an `h1` child.
-
-```html live
-
-
Title
-
-```
-
-### Avatars
-
-Place an avatar inside the `h1` to have margins applied to it. Don't forget the `avatar` class!
-
-Also be sure to add `aria-hidden="true"` to hide the avatar from screenreaders.
-
-```html live
-
-
-
-
- jonrohan
-
-
-```
-
-### Path divider
-
-For path or breadcrumb patterns, wrap the `/` with `path-divider` to add some nice horizontal spacing.
-
-```html live
-
-```
-
-## Pagehead actions
-
-To add actions on the right side of the `pagehead`, use the `pagehead-actions` element. Place `pagehead-actions` before the `h1` to ensure proper placement.
-
-```html live
-
-```
-
-## Org nav
-
-```html live
-
-```
-
-## Repohead
-
-Use `pagehead` to construct a header and navigation for a repository.
-
-### Base
-
-```html live
-
-```
-
-### Private
-
-```html live
-
-```
diff --git a/docs/src/@primer/gatsby-theme-doctocat/nav.yml b/docs/src/@primer/gatsby-theme-doctocat/nav.yml
index 57f4ec36..d21c11f4 100644
--- a/docs/src/@primer/gatsby-theme-doctocat/nav.yml
+++ b/docs/src/@primer/gatsby-theme-doctocat/nav.yml
@@ -103,8 +103,6 @@
url: /components/marketing-buttons
- title: Navigation
url: /components/navigation
- - title: Pagehead
- url: /components/pagehead
- title: Pagination
url: /components/pagination
- title: Popover
diff --git a/script/test-doc-urls.js b/script/test-doc-urls.js
index 34e9253b..6fbea1f3 100755
--- a/script/test-doc-urls.js
+++ b/script/test-doc-urls.js
@@ -117,7 +117,6 @@ function getStyleguidePaths() {
/components/octicons
/components/page-headers
/components/page-sections
-/components/pagehead
/components/pagination
/components/popover
/components/progress