diff --git a/components/badge23/CMakeLists.txt b/components/badge23/CMakeLists.txt
deleted file mode 100644
index 02bcc745a35a2448901b68ab713a63cb29ba5ea9..0000000000000000000000000000000000000000
--- a/components/badge23/CMakeLists.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-idf_component_register(
-)
diff --git a/components/badge23/README.md b/components/badge23/README.md
deleted file mode 100644
index 990eb72c4b17f431b7bdc8f4255d07ea8aefa3ec..0000000000000000000000000000000000000000
--- a/components/badge23/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-badge23/espan
-===
-
-Transitional component containing all custom C code for badge23, including drivers for peripherals and 'espan' application leftovers.
-
-This will be likely split up into sub-components.
diff --git a/components/micropython/CMakeLists.txt b/components/micropython/CMakeLists.txt
index 939ee052a3af41a6d1a8b388a7f4c047d4b4f206..f732023c67313379e7071408cc207010a4f7e994 100644
--- a/components/micropython/CMakeLists.txt
+++ b/components/micropython/CMakeLists.txt
@@ -90,7 +90,6 @@ set(MICROPY_SOURCE_QSTR
 )
 
 set(IDF_COMPONENTS
-    badge23
     flow3r_bsp
     st3m
     ctx
diff --git a/components/micropython/include/mpconfigboard.h b/components/micropython/include/mpconfigboard.h
index 66690b5291e45da464a3989fb67b402cdea4a6b6..d8e51ab1529dd0cf6b85e6bac28cbe3a9e999275 100644
--- a/components/micropython/include/mpconfigboard.h
+++ b/components/micropython/include/mpconfigboard.h
@@ -1,4 +1,4 @@
-#define MICROPY_HW_BOARD_NAME "badge23"
+#define MICROPY_HW_BOARD_NAME "flow3r"
 #define MICROPY_HW_MCU_NAME "ESP32S3"
 
 #define MICROPY_ENABLE_FINALISER (1)
diff --git a/components/micropython/vendor/ports/esp32/CMakeLists.txt b/components/micropython/vendor/ports/esp32/CMakeLists.txt
index ae13faaf2b03011be90e4d5b217f77b1dc1a741c..39c414c07019032d724902c5f370e1cfb2e7baad 100644
--- a/components/micropython/vendor/ports/esp32/CMakeLists.txt
+++ b/components/micropython/vendor/ports/esp32/CMakeLists.txt
@@ -46,8 +46,6 @@ endforeach()
 configure_file(${CMAKE_BINARY_DIR}/sdkconfig.combined.in ${CMAKE_BINARY_DIR}/sdkconfig.combined COPYONLY)
 set(SDKCONFIG_DEFAULTS ${CMAKE_BINARY_DIR}/sdkconfig.combined)
 
-list(APPEND EXTRA_COMPONENT_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../../badge23/components/")
-
 # Include main IDF cmake file.
 include($ENV{IDF_PATH}/tools/cmake/project.cmake)