diff --git a/_later/security/foundations.yaml b/_later/security/foundations.yaml
deleted file mode 100644
index 61ba0829ae..0000000000
--- a/_later/security/foundations.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
- - title: Secure by design
- content:
- contentList:
- - title: Memory safety and garbage collection prevent most common vulnerabilities
- - title: Safe by default APIs in the standard library
- - title: Use safe libraries from Google like
- url: https://github.com/google/safehtml
- url: https://github.com/google/safehtml
- icon: /images/icons/secure.svg
- cta: Learn more
- - title: Enterprise crypto
- content:
- contentList:
- - title: Included in the std library
- - title: Maintained by the Go team
- url: https://www.google.com
- icon: /images/icons/crypto.svg
- cta: Learn more
- - title: Supply chain security
- content:
- contentList:
- - title: Ecosystem of 3rd party modules with a culture of limited dependencies
- - title: Tamper detection via the Go checksum database
- - title: Availability via the Go module proxy
- url: https://www.google.com
- icon: /images/icons/supply_chain_security.svg
- cta: Learn more
- - title: Swiftly handle security issues
- content:
- contentList:
- - title: Report bugs directly to the Go team
- - title: Leverage community resources like Snyk and Nancy
- url: https://www.google.com
- icon: /images/icons/swift_issues.svg
- cta: Learn more
diff --git a/_later/security/getstarted.yaml b/_later/security/getstarted.yaml
deleted file mode 100644
index 5b79bb0820..0000000000
--- a/_later/security/getstarted.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
- - title: Learn about the Module Mirror, Index, and Checksum Database
- url: https://www.google.com
- icon: /images/icons/module.svg
- cta: Learn more
- - title: Talk by Katie Hockman on Modules, Module Mirrors, and the Checksum Database
- url: https://www.google.com
- icon: /images/icons/talk.svg
- cta: Watch now
- - title: Discover the Go Crypto Package
- url: https://www.google.com
- icon: /images/icons/discover.svg
- cta: Learn more
- - title: Report a security bug in the Go project
- url: https://www.google.com
- icon: /images/icons/bug.svg
- cta: Report bug
- - title: Join the \#security and \#crypto channels on the Gophers slack
- url: https://www.google.com
- icon: /images/icons/slack.svg
- cta: Join now
diff --git a/_later/security/index.md b/_later/security/index.md
deleted file mode 100644
index 651cdeed2d..0000000000
--- a/_later/security/index.md
+++ /dev/null
@@ -1,147 +0,0 @@
----
-title: "Security"
----
-
-
- Gopherum quis custodiet?
- Build secure applications with Go
-
- {{- range (data "foundations.yaml") }}
-
-
- Coming Soon
-
-
- Get Started
-
- {{- range (data "getstarted.yaml") }}
-
- Recent Updates
-
- {{- range (data "recentUpdates.yaml") }}
-
- Start building software efficiently and securely with Go
- Get Started
-