Final answer:
The element not found in the Shopify Liquid Cheat Sheet is 'Sections.' The cheat sheet includes tags, objects, and filters which are constructs of the Liquid template language, whereas sections are more related to theme architecture.
Step-by-step explanation:
The element that is not found in the Shopify Liquid Cheat Sheet is Sections. Shopify Liquid is a template language used by Shopify to load dynamic content on storefronts. The cheat sheet typically includes tags, which are markup codes that perform logical operations, objects, which represent data about the store and the shopper, and filters, which allow manipulation of the output of numbers, strings, variables, and objects.
Sections are part of Shopify's themes that allow developers to create configurable content blocks, but they are not listed in the cheat sheet because they're considered more as theme architecture elements than templating language constructs. The cheat sheet serves more as a quick reference guide for developers looking to understand and use the coding syntax for Liquid, the underlying template language, rather than the structure and components of Shopify themes.