diff --git a/docs/3.0/dynamic-filters.md b/docs/3.0/dynamic-filters.md
index a7f412b4..11679520 100644
--- a/docs/3.0/dynamic-filters.md
+++ b/docs/3.0/dynamic-filters.md
@@ -97,30 +97,6 @@ Test it on [avodemo](https://main.avodemo.com/avo/resources/users?filters[is_adm
Test it on [avodemo](https://main.avodemo.com/avo/resources/teams?filters[created_at][lte][]=2024-07-02%2012%3A00), check the [source code](https://github.com/avo-hq/main.avodemo.com/blob/main/app/avo/resources/team.rb#L50)
-
-
-This filter will give you options from the database.
-
-### Conditions
-
- - Contains
- - Does not contain
- - Is
- - Is not
- - Starts with
- - Ends with
- - Is null
- - Is not null
- - Is present
- - Is blank
-
-
-
-
-
-Test it on [avodemo](https://main.avodemo.com/avo/resources/teams?filters[memberships][contains][]=), check the [source code](https://github.com/avo-hq/main.avodemo.com/blob/main/app/avo/resources/team.rb#L75)
-
-
### Conditions
@@ -318,10 +294,8 @@ Customize filter's icon. Check [icons documentation](./icons)
##### Default value
-Array filter - `heroicons/outline/circle-stack`
Boolean filter - `heroicons/outline/check-circle`
Calendar filter - `heroicons/outline/calendar-days`
-Has many filter - `avo/arrow-up-right`
Number filter - `heroicons/outline/hashtag`
Select filter - `heroicons/outline/arrow-down-circle`
Tags filter - `heroicons/outline/tag`
@@ -344,12 +318,10 @@ Computed from field using [`field_to_filter` method](#field-to-filter-matching).
- [`:boolean`](#boolean)
- [`:date`](#date)
-- [`:has_many`](#has_many)
- [`:number`](#number)
- [`:select`](#select)
- [`:text`](#text)
- [`:tags`](#tags)
-- `:array`
diff --git a/docs/public/assets/img/dynamic_filter_has_many.png b/docs/public/assets/img/dynamic_filter_has_many.png
deleted file mode 100644
index 89b17230..00000000
Binary files a/docs/public/assets/img/dynamic_filter_has_many.png and /dev/null differ
diff --git a/docs/public/assets/img/dynamic_filter_has_many2.png b/docs/public/assets/img/dynamic_filter_has_many2.png
deleted file mode 100644
index 30f750ae..00000000
Binary files a/docs/public/assets/img/dynamic_filter_has_many2.png and /dev/null differ