diff --git a/src/components/UserAvatar/UserAvatar.md b/src/components/UserAvatar/UserAvatar.md
deleted file mode 100644
index 36669b6..0000000
--- a/src/components/UserAvatar/UserAvatar.md
+++ /dev/null
@@ -1,36 +0,0 @@
-The UserAvatar displays a graphical representation of a person.
-
----
-
-## Default Usage
-Used without any props, the UserAvatar will display a generic person icon.
-```jsx
-import UserAvatar from "./UserAvatar";
-
-
-```
-```jsx static
-
-```
-
-## With A Name
-If the `name` prop is passed, the UserAvatar will display the first letter of the name.
-```jsx
-import UserAvatar from "./UserAvatar";
-
-
-```
-```jsx static
-
-```
-
-## Other Props
-All props other than `name` are passed to the underlying [MUI Avatar component](https://material-ui.com/api/avatar/).
-```jsx
-import UserAvatar from "./UserAvatar";
-
-
-```
-```jsx static
-
-```
\ No newline at end of file