diff --git a/src/Controls/docs/Microsoft.Maui.Controls/Application.xml b/src/Controls/docs/Microsoft.Maui.Controls/Application.xml
index 6372c9600ef8..cccdbd495708 100644
--- a/src/Controls/docs/Microsoft.Maui.Controls/Application.xml
+++ b/src/Controls/docs/Microsoft.Maui.Controls/Application.xml
@@ -27,43 +27,6 @@
Class that represents a cross-platform mobile application.
The class is the core of a .NET MAUI application. It sets the root page of the application, and provides events to respond to pushing and popping of modal views. Visual Studio creates this class for the developer in the appropriate project in a new .NET MAUI solution.
-
- Both Visual Studio creates a XAML and a code-behind file for the application when the developer creates a new .NET MAUI solution. The following example shows a typical Application class, with an entry in its resource dictionary.
-
-
- Red
-
-]]>
-
-