What the Gamma watermark actually is inside a PDF
In a Gamma PDF export the Gamma watermark is not text. It is a small image object drawn in the bottom-right of each page plus a link annotation whose URI points to gamma.app or gamma.to. Both are added at export time.
The Gamma watermark is an image, not selectable text
Open a Gamma PDF in any reader and try to select the Gamma watermark with the text cursor: nothing highlights. That is the single most useful diagnostic. The Gamma badge is a raster object placed on top of the page content, so text-based tools — find and replace, PDF text editors, "remove text" scripts — have nothing to grab. This is also why searching the PDF for the string "Made with Gamma" returns no results even though you can plainly see it.
It travels with a link annotation
Alongside the image sits a /Link annotation covering the same rectangle, with an action URI resolving to gamma.app or gamma.to. That annotation is what makes the Gamma watermark clickable in a PDF reader. It is also the most reliable fingerprint of a Gamma badge, because the URI is unambiguous in a way that a picture never is.
It sits at roughly 85-96% across the page
On real free-tier exports the Gamma badge anchors in the bottom-right corner, typically between 85% and 96% of the page width and height. The detection threshold used here is deliberately looser — anything past 70% on both axes counts as corner territory — so a slightly different page geometry still resolves correctly.
Every page carries its own Gamma watermark
The Gamma badge is not a single document-level stamp. Each page gets its own image and its own annotation, which is why deleting it on page one does nothing for pages two through forty. A 40-slide deck exported to PDF contains 40 separate badge objects to remove.