You are given an input string in the format "target_word: subword1, subword2, ... subwordN
"
where:
- The target word appears before the colon
- After the colon is a comma-separated string of subwords
Write a function that determines if the subwords can be combined in any order to create the target word. If possible, return the combination with all vowels removed.