diff --git a/.pnp.cjs b/.pnp.cjs
index 8f8b9c810..e65f56147 100644
--- a/.pnp.cjs
+++ b/.pnp.cjs
@@ -71,7 +71,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
             ["ical.js", "npm:1.5.0"],\
             ["jquery", "npm:3.6.3"],\
             ["jquery-migrate", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.4.1"],\
-            ["jquery-ui-dist", "npm:1.13.2"],\
             ["js-cookie", "npm:3.0.1"],\
             ["list.js", "npm:2.3.1"],\
             ["lodash", "npm:4.17.21"],\
@@ -5904,13 +5903,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
         }]\
       ]],\
       ["jquery", [\
-        ["npm:3.6.0", {\
-          "packageLocation": "./.yarn/cache/jquery-npm-3.6.0-ca7872bdbb-8fd5fef4aa.zip/node_modules/jquery/",\
-          "packageDependencies": [\
-            ["jquery", "npm:3.6.0"]\
-          ],\
-          "linkType": "HARD"\
-        }],\
         ["npm:3.6.3", {\
           "packageLocation": "./.yarn/cache/jquery-npm-3.6.3-cbc34d2330-0fd366bdca.zip/node_modules/jquery/",\
           "packageDependencies": [\
@@ -5941,16 +5933,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
           "linkType": "HARD"\
         }]\
       ]],\
-      ["jquery-ui-dist", [\
-        ["npm:1.13.2", {\
-          "packageLocation": "./.yarn/cache/jquery-ui-dist-npm-1.13.2-86225c0ce7-4f3a3a2ff8.zip/node_modules/jquery-ui-dist/",\
-          "packageDependencies": [\
-            ["jquery-ui-dist", "npm:1.13.2"],\
-            ["jquery", "npm:3.6.0"]\
-          ],\
-          "linkType": "HARD"\
-        }]\
-      ]],\
       ["js-cookie", [\
         ["npm:3.0.1", {\
           "packageLocation": "./.yarn/cache/js-cookie-npm-3.0.1-04c7177de1-bb48de67e2.zip/node_modules/js-cookie/",\
@@ -7601,7 +7583,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
             ["ical.js", "npm:1.5.0"],\
             ["jquery", "npm:3.6.3"],\
             ["jquery-migrate", "virtual:dc3fc578bfa5e06182a4d2be39ede0bc5b74940b1ffe0d70c26892ab140a4699787750fba175dc306292e80b4aa2c8c5f68c2a821e69b2c37e360c0dff36ff66#npm:3.4.1"],\
-            ["jquery-ui-dist", "npm:1.13.2"],\
             ["js-cookie", "npm:3.0.1"],\
             ["list.js", "npm:2.3.1"],\
             ["lodash", "npm:4.17.21"],\
diff --git a/.yarn/cache/jquery-npm-3.6.0-ca7872bdbb-8fd5fef4aa.zip b/.yarn/cache/jquery-npm-3.6.0-ca7872bdbb-8fd5fef4aa.zip
deleted file mode 100644
index 2c23cc857..000000000
Binary files a/.yarn/cache/jquery-npm-3.6.0-ca7872bdbb-8fd5fef4aa.zip and /dev/null differ
diff --git a/.yarn/cache/jquery-ui-dist-npm-1.13.2-86225c0ce7-4f3a3a2ff8.zip b/.yarn/cache/jquery-ui-dist-npm-1.13.2-86225c0ce7-4f3a3a2ff8.zip
deleted file mode 100644
index 61d92e7f7..000000000
Binary files a/.yarn/cache/jquery-ui-dist-npm-1.13.2-86225c0ce7-4f3a3a2ff8.zip and /dev/null differ
diff --git a/ietf/secr/templates/areas/people.html b/ietf/secr/templates/areas/people.html
index 8f9b18436..e84dc1a79 100644
--- a/ietf/secr/templates/areas/people.html
+++ b/ietf/secr/templates/areas/people.html
@@ -3,8 +3,6 @@
 {% block title %}Areas - People{% endblock %}
 
 {% block extrahead %}{{ block.super }}
-    <link rel="stylesheet" href="{% static 'ietf/css/jquery-ui.css' %}">
-    <script src="{% static 'ietf/js/jquery-ui.js' %}"></script>
     <script src="{% static 'secr/js/utils.js' %}"></script>
 {% endblock %}
 
diff --git a/ietf/secr/templates/meetings/base_rooms_times.html b/ietf/secr/templates/meetings/base_rooms_times.html
index dc08e9eb5..f856b1f62 100644
--- a/ietf/secr/templates/meetings/base_rooms_times.html
+++ b/ietf/secr/templates/meetings/base_rooms_times.html
@@ -4,8 +4,6 @@
 {% block title %}Meetings{% endblock %}
 
 {% block extrahead %}{{ block.super }}
-    <link rel="stylesheet" href="{% static 'ietf/css/jquery-ui.css' %}">
-    <script src="{% static 'ietf/js/jquery-ui.js' %}"></script>
     <script src="{% static 'secr/js/utils.js' %}"></script>
     <script src="{% static 'secr/js/dynamic_inlines.js' %}"></script>
 {% endblock %}
diff --git a/ietf/static/js/jquery-ui.js b/ietf/static/js/jquery-ui.js
deleted file mode 100644
index e935ce8e9..000000000
--- a/ietf/static/js/jquery-ui.js
+++ /dev/null
@@ -1 +0,0 @@
-import "jquery-ui-dist/jquery-ui.js";
\ No newline at end of file
diff --git a/package.json b/package.json
index 73fae2801..1f7db8142 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,6 @@
     "highcharts": "10.3.3",
     "ical.js": "1.5.0",
     "jquery": "3.6.3",
-    "jquery-ui-dist": "1.13.2",
     "js-cookie": "3.0.1",
     "list.js": "2.3.1",
     "lodash": "4.17.21",
@@ -85,7 +84,6 @@
         "ietf/static/css/document_html_referenced.scss",
         "ietf/static/css/document_html_txt.scss",
         "ietf/static/css/ietf.scss",
-        "ietf/static/css/jquery-ui.scss",
         "ietf/static/css/liaisons.css",
         "ietf/static/css/list.scss",
         "ietf/static/css/select2.scss",
@@ -134,7 +132,6 @@
         "ietf/static/js/ietf.js",
         "ietf/static/js/ipr-edit.js",
         "ietf/static/js/ipr-search.js",
-        "ietf/static/js/jquery-ui.js",
         "ietf/static/js/js-cookie.js",
         "ietf/static/js/liaisons.js",
         "ietf/static/js/list.js",
diff --git a/yarn.lock b/yarn.lock
index 83dd0bcaa..8deb99e84 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4735,15 +4735,6 @@ browserlist@latest:
   languageName: node
   linkType: hard
 
-"jquery-ui-dist@npm:1.13.2":
-  version: 1.13.2
-  resolution: "jquery-ui-dist@npm:1.13.2"
-  dependencies:
-    jquery: ">=1.8.0 <4.0.0"
-  checksum: 4f3a3a2ff8ff659aaa48cfce11dc06bbd396676c175dd8429a0aaa327fc055855ab2159624d9493cb236b28a9c669b26d1de8215415ddcf068191add4740729d
-  languageName: node
-  linkType: hard
-
 "jquery@npm:3.6.3":
   version: 3.6.3
   resolution: "jquery@npm:3.6.3"
@@ -4751,13 +4742,6 @@ browserlist@latest:
   languageName: node
   linkType: hard
 
-"jquery@npm:>=1.8.0 <4.0.0":
-  version: 3.6.0
-  resolution: "jquery@npm:3.6.0"
-  checksum: 8fd5fef4aa48fd374ec716dd1c1df1af407814a228e15c1260ca140de3a697c2a77c30c54ff1d238b6a3ab4ddc445ddeef9adce6c6d28e4869d85eb9d3951c0e
-  languageName: node
-  linkType: hard
-
 "js-cookie@npm:3.0.1":
   version: 3.0.1
   resolution: "js-cookie@npm:3.0.1"
@@ -6269,7 +6253,6 @@ browserlist@latest:
     ical.js: 1.5.0
     jquery: 3.6.3
     jquery-migrate: 3.4.1
-    jquery-ui-dist: 1.13.2
     js-cookie: 3.0.1
     list.js: 2.3.1
     lodash: 4.17.21